home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / tablenet / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  244 b   |  16 lines

  1. #! smake
  2.  
  3. include /usr/include/make/commondefs
  4. LCDEFS    = 
  5. LCOPTS    = -cckr
  6. OPTIMIZER=-O2
  7. LLDLIBS    = -laudiofile -laudio -lm -lmalloc
  8. LCINCS    = -I/usr/include
  9. LDIRT    = tablenet.aifc
  10.  
  11. TARGETS    = tablenet
  12.  
  13. default all: $(TARGETS)
  14.  
  15. include $(COMMONRULES)
  16.